Crate gix_worktree

source ·
Expand description

A crate with utility types for use by other crates that implement specifics.

Unless specified differently, all operations need an index file (e.g. .git/index) as driver.

Feature Flags

  • attributes (enabled by default) — Instantiate stacks that can access .gitattributes information.

  • serde — Data structures implement serde::Serialize and serde::Deserialize.

Modules

Structs

  • A cache for efficiently executing operations on directories and files which are encountered in sorted order. That way, these operations can be re-used for subsequent invocations in the same directory.